home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / mail / delivery / deliver.rea < prev    next >
Text File  |  1996-11-17  |  2KB  |  54 lines

  1. What is deliver?  This is from the README:
  2.  
  3. -----------------------------------------------------------------------------
  4.  
  5.                              WHAT IS DELIVER?
  6.  
  7.  
  8. Deliver is a program which delivers electronic mail once it has arrived
  9. at a given machine.
  10.  
  11. -----------------------------------------------------------------------------
  12.  
  13. This is my port of Deliver to linux.  I use it with the version of elm 
  14. and sendmail that Nathan Laredo (nathan@laredo.eas.gatech.edu) put on 
  15. sunsite.unc.edu.  He was also kind enough to put up a version of 
  16. delivermail, but I couldn't get it to work. It compiled rather cleanly; 
  17. I only made a few changes.  You might want to browse though the Makefile 
  18. and config.h, though, and change a few pathnames.  I also used the adage
  19. "When in doubt, comment it out!" so I don't make any guarantees that this
  20. works and I take no responsibility if something Bad(tm) happens.  I 
  21. included the source that was used to create the executabes in this tar file.
  22. I would include diffs against the original source, but that distribution
  23. had a bunch of patches that needed to be applied already.  You can get
  24. the virgin source that I used from:
  25.   wuarchive.wustl.edu:/mirrors/unix-c/mail/deliver.tar-z
  26. If it matters, I used GCC 2.2.2d with 4.1 jump libs.
  27.  
  28. How to install:
  29.   Either do a make install
  30. or
  31.   cp deliver /bin/
  32.   chown root.mail /bin/deliver
  33.   chmod 4711 /bin/deliver
  34.   cp header /bin/header
  35.   chmod 755 /bin/header
  36.  
  37. You also have to change one line in your sendmail.cf file.  Change this line:
  38.   Mlocal, P=/bin/mail, F=rlsDFMmn, S=10, R=20, A=mail $u
  39. to:
  40.   Mlocal, P=/bin/deliver, F=rlsDFMmn, S=10, R=20, A=deliver $u
  41.  
  42. If you have trouble with sendmail.cf, I suggest that you do what I did:
  43. borrow one from another machine that you use.  If you are at a university,
  44. you probably won't have to make any drastic changes.  Nathan included one
  45. in his distribution, also.
  46.  
  47. Any comment, suggestions, or flames can be directed to me.
  48.   Beaker (Matthew Donadio) donadio@mxd120.rh.psu.edu
  49.                                      ^---- I didn't choose this dorky name,
  50.                                            I wanted groovy. :(
  51.   If for some reason this mail bounces send it to either
  52.      donadio@wilbur.psu.edu  <--- SparcII, cool, but slow
  53.      mxd120@psuvm.psu.edu <--- VM/CMS, blech!
  54.